Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Implementation for SHIT Algorithm #213

Conversation

SnehangshuChakraborty
Copy link

Sorting Heuristic Intelligent Table (SHIT), as discussed here- https://qr.ae/psgqU7, is a sorting algorithm that attempts to organize a given array by sorting elements based on their bucket index. The concept involves dividing the array into buckets according to specific criteria (e.g., tens place of numbers), sorting each bucket individually, and then merging the sorted buckets to form the final sorted array. This method leverages heuristic approaches for more efficient sorting under certain conditions.

Sorting Heuristic Intelligent Table (SHIT), as discussed here- https://qr.ae/psgqU7, is a sorting algorithm that attempts to organize a given array by sorting elements based on their bucket index. The concept involves dividing the array into buckets according to specific criteria (e.g., tens place of numbers), sorting each bucket individually, and then merging the sorted buckets to form the final sorted array. This method leverages heuristic approaches for more efficient sorting under certain conditions.
Copy link
Owner

@iluwatar iluwatar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but the merge conflict needs to be resolved

@SnehangshuChakraborty
Copy link
Author

Resolved the Merge conflict

Copy link

sonarqubecloud bot commented Jun 3, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

Copy link
Owner

@iluwatar iluwatar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build is failing due to Checkstyle error

Copy link

stale bot commented Jul 4, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the status: stale label Jul 4, 2024
Copy link

stale bot commented Aug 18, 2024

Closed due to inactivity. Thank you for your contributions.

@stale stale bot closed this Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants